home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
c
/
xw2.000
/
xw2
/
xw
/
applications
/
bidirectional
/
Makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1994-12-17
|
211 b
|
15 lines
all:
makemfx movemfx.h
cc -o move move.c
move # this creates mfi.mfx
xbw movewdw
clean:
rm -f *~
rm -f move
rm -f *.xbc *.xbh *mfx.c
rm -f *.o
rm -f *.mfx
rm -f xbmfx.*
rm -f *mfx.mta
rm -f *wdw.mta